• Description:
    DO keyword in PowerD is quite different from AmigaE, it is not limited to only one command. You can add after DO howmany commands you like, but they must be separated by semicolon (';')

  • Syntax:
      DO <statements>
    
      DO <statement>; <statement>; <statement>